const runtime.debugLogStringLimit
3 uses
runtime (current package)
debuglog.go#L43: const debugLogStringLimit = debugLogBytes / 8
debuglog.go#L362: if len(b) > debugLogStringLimit {
debuglog.go#L363: b = b[:debugLogStringLimit]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)